home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / mpfeel.lha / MPFeel / Modules / slib:format.em < prev    next >
Text File  |  1992-10-06  |  109b  |  14 lines

  1. (defmodule slib:format (scheme slib:pp) ()
  2.  
  3.   (slib:load "format")
  4.  
  5.   (export
  6.    
  7.     format
  8.  
  9.   )
  10.  
  11. )
  12.  
  13. ;; eof
  14.